home *** CD-ROM | disk | FTP | other *** search
/ Game Cracker (Expanded Edition) / Game Cracker (Expanded Edition).iso / cracks / CROVOELK.ZIP / Die Völker.txt < prev    next >
Encoding:
Text File  |  1999-05-20  |  2.7 KB  |  62 lines

  1. Protection:Filez wiht Wrong size and Read Errors
  2.  
  3. I Skipt the File Check Routine
  4.  
  5.  
  6. At 483d89 is the 1 of 8 Routine's 
  7.  
  8. * Possible StringData Ref from Data Obj ->"REALIZE_ALL_FRAMES"
  9.  
  10. :00483D79 681C254B00              push 004B251C
  11. :00483D7E FF15C4164B00            call dword ptr [004B16C4]  <- 1 
  12. * Possible StringData Ref from Data Obj ->"SPIN_UP_MEDIA"
  13.  
  14. :00483D84 680C254B00              push 004B250C
  15. :00483D89 FF15C8164B00            call dword ptr [004B16C8]  <- 2
  16. * Possible StringData Ref from Data Obj ->"INITIALIZE_RANDOM"
  17.  
  18. :00483D8F 68F8244B00              push 004B24F8
  19. :00483D94 FF15CC164B00            call dword ptr [004B16CC]  <- 3
  20. * Possible StringData Ref from Data Obj ->"MCI_PREPARE"
  21.  
  22. :00483D9A 68EC244B00              push 004B24EC
  23. :00483D9F FF15D0164B00            call dword ptr [004B16D0]  <- 4
  24. * Possible StringData Ref from Data Obj ->"CLEAR_HISTORY"
  25.  
  26. :00483DA5 68DC244B00              push 004B24DC
  27. :00483DAA FF15D4164B00            call dword ptr [004B16D4]  <- 5
  28. * Possible StringData Ref from Data Obj ->"SET_PRIORITY"
  29.  
  30. :00483DB0 68CC244B00              push 004B24CC
  31. :00483DB5 FF15D8164B00            call dword ptr [004B16D8]  <- 6
  32. * Possible StringData Ref from Data Obj ->"OPEN_CHANNEL"
  33.  
  34. :00483DBB 68BC244B00              push 004B24BC
  35. :00483DC0 FF15DC164B00            call dword ptr [004B16DC]  <- 7
  36. * Possible StringData Ref from Data Obj ->"CLEAR_CHANNEL"
  37.  
  38. :00483DC6 68AC244B00              push 004B24AC
  39. :00483DCB FF15E0164B00            call dword ptr [004B16E0]  <- 8
  40. :00483DD1 6A44                    push 00000044
  41. :00483DD3 E809240100              call 004961E1
  42.  
  43. In all Routines are a File or CD Check
  44. If in one Routine the Check BAD, the Prog. Write's in Memory Adresse 4B42C4 a 01 
  45.  
  46. At Adresse 480604 the Prog Check the Result of the 8 CAlls
  47.  
  48. :004805F8 A0C4424B00              mov al, byte ptr [004B42C4] <--- Mov the falue of 4B42c4 to al
  49. :004805FD 53                      push ebx 
  50. :004805FE 55                      push ebp
  51. :004805FF 33DB                    xor ebx, ebx
  52. :00480601 8BE9                    mov ebp, ecx
  53. :00480603 56                      push esi
  54. :00480604 3AC3                    cmp al, bl    <--- check al If al=1 BadBoy/if al=0 GoodBoy
  55. :00480606 57                      push edi
  56. :00480607 896C2418                mov dword ptr [esp+18], ebp
  57. :0048060B 740B                    je 00480618   <--- upps al=0 Yes Jump/al=1 No Jump
  58. :0048060D 33C0                    xor eax, eax
  59. :0048060F B9FA000000              mov ecx, 000000FA
  60. :00480614 33FF                    xor edi, edi
  61. :00480616 F3                      repz          <--- al=0 BYBY Prog  (The Prog Crash)
  62. :00480617 AB                      stosd